| Einhugur OpenDocument Text Plugin for Xojo |
|
Table.Cell Method
Returns TableCell from the table at given column and row index.
Parameters
- column
- The column index. (Zero based).
- row
- The row index. (Zero based).
Returns
- EinhugurODT.TableCell
- The requested TableCell or nil if out of bounds.
Remarks
See Also
Table Class